Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 6, 2024

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

ndossche and others added 8 commits December 6, 2024 17:27
Co-authored-by: =?UTF-8?q?=E6=AD=A6=E7=94=B0=20=E6=86=B2=E5=A4=AA=E9=83=8E?= <[email protected]>
Co-authored-by: Christoph M. Becker <[email protected]>
The first while loop sets the bucket variable, and this is freed in
out_failure. However, when the second "goto out_failure" is triggered
then bucket still refers to the bucket from the first while loop,
causing a UAF.
Fix this by separating the error paths.

Closes GH-17058.
* PHP-8.3:
  Fix GH-17047: UAF on iconv filter failure
* PHP-8.4:
  Fix GH-17047: UAF on iconv filter failure
* PHP-8.4:
  Correctly compare 0 and -0 (#17051)
* PHP-8.4:
  Now `Number::round()` does not remove trailing zeros (#17063)
@pull pull bot added the ⤵️ pull label Dec 6, 2024
@pull pull bot merged commit 2bf3db0 into wudi:master Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants